home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
pc
/
ganmac
/
eb.cst
/
00110_Script_right script
< prev
next >
Wrap
Text File
|
1999-05-31
|
571b
|
21 lines
on mouseDown
-- next pic
global name, cspname, getspchannel, gpiclist, gpictot
if the clickOn > 0 then
set name to the name of member (the member of sprite the clickon)
set rr to "r"& name
set the member of sprite the clickon to the number of member rr of castlib "eb.cst"
put the member of sprite the clickon
updateStage
set xx to the frameLabel
set yy to getPos(gpiclist, xx)
if yy < gpictot then
go to frame getAt(gpiclist, yy+1)
else
go to frame getAt(gpiclist,1)
end if
end if
end